home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Star Software Collection
/
NSS_Collection.iso
/
3-146 prodig serves
/
1.ima
/
PROD2.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-07-23
|
188 b
|
13 lines
echo off
cls
:START
If Exist RESTART.PRD DEL RESTART.PRD
ModemUtl %1
if ERRORLEVEL == 1 goto END
a:RS %2 %3 %4 %5 %6 %7 %8 %9
ModemUtl h
if Exist RESTART.PRD goto START
:END